home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
devglry
/
zoetek
/
source
/
shckclck.dir
/
00142_stop-start stopwatch.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-11
|
327 b
|
14 lines
global sMode, stopwatchon, stopwatchval, stopwatchpause
on mouseDown
if stopwatchon then
set stopwatchval to the timer
else
set the timer to stopwatchval
end if
set stopwatchon to not stopwatchon
set stopwatchpause to 0
set the castNum of sprite sMode to the number of cast "stopwatch"
updateStage()
end